Custom Action
from
GitHub Actions
https://zenn.dev/farstep/books/learn-github-actions/viewer/create-custom-actions
https://docs.github.com/ja/actions/sharing-automations/creating-actions/dockerfile-support-for-github-actions
他のActionから再利用できるActionを作る
要は、
anthropics/claude-code-action
みたいなのを自前で作って、他リポジトリから呼び出せるようにする
エントリーポイントは
action.yml
例えば、何らかのリポジトリで以下のようなことを書いているとき、
code:yml
steps:
- uses: anthropics/claude-code-action@beta
claude-code-action/action.yml
が呼ばれている